projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6769863
)
(lisp-complete-symbol): Likewise.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 10 Jun 1994 23:01:49 +0000
(23:01 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 10 Jun 1994 23:01:49 +0000
(23:01 +0000)
lisp/emacs-lisp/lisp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/lisp.el
b/lisp/emacs-lisp/lisp.el
index a6e2b506b78d8901a052076e5f72e88a03e0efca..d6f3e4afb8d3c206436cc30462b2ae277e497e8d 100644
(file)
--- a/
lisp/emacs-lisp/lisp.el
+++ b/
lisp/emacs-lisp/lisp.el
@@
-287,7
+287,7
@@
function definitions, values or properties are considered."
new))
(setq list (cdr list)))
(setq list (nreverse new))))
- (with-output-to-temp-buffer "
*Completions*"
+ (with-output-to-temp-buffer "*Completions*"
(display-completion-list list)))
(message "Making completion list...%s" "done")))))